home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000358_news@columbia.edu _Wed Mar 5 04:52:34 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id EAA10395
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 5 Mar 1997 04:52:32 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id EAA10922
  7.     for kermit.misc@watsun; Wed, 5 Mar 1997 04:52:31 -0500 (EST)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.indiana.edu!vixen.cso.uiuc.edu!news.sprintlink.net!news-peer.sprintlink.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!feed1.news.erols.com!super.zippo.com!zdc!zippo!news
  9. From: Xcksam@macau.ctm.netX (SAM, Chi-Kin)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MS-Kermit via INT14h
  12. Date: Wed, 05 Mar 1997 05:01:28 GMT
  13. Organization: Tecnologia Electronica Hermes
  14. Lines: 52
  15. Message-ID: <5fiup4$jo2@lex.zippo.com>
  16. References: <urvCz8Q0+/Xa092yn@aixrs1.hrz.uni-essen.de> <5elp42$csr@lex.zippo.com> <0cHGz8Q0+f/F092yn@aixrs1.hrz.uni-essen.de>
  17. Reply-To: Xcksam@macau.ctm.netX
  18. NNTP-Posting-Host: c9line3.macau.ctm.net
  19. Mime-Version: 1.0
  20. Content-Type: text/plain; charset=us-ascii
  21. Content-Transfer-Encoding: 7bit
  22. X-Newsreader: Forte Agent .99g/16.339
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:6694
  24.  
  25. On Sat, 01 Mar 1997 19:36:36 +0100,
  26. sl0528@aixrs1.hrz.uni-essen.de (Thomas Pothmann) wrote:
  27.  
  28. >cksam@macau.ctm.net (SAM, Chi-Kin) wrote in comp.protocols.kermit.misc:
  29. >
  30. > > I am playing with MS-Kermit version 3.15 beta 18, I tested it
  31. > > working with PPPshare fine.
  32. >
  33. >Oops, how that? As far as I know, Kermit can't handle ethernet and
  34. >by reason of this I tried to make it work via INT14h redirection.
  35. >
  36. > > I do not using INT14h. I just setup up and load PPPshare as usual.
  37. > > Then I make the following changes in mskermit.ini / mscustom.ini:
  38. >
  39. > > set port tcp nnn.nnn.nnn.nnn (the host I want to connect) set tcp
  40. > > addr dhcp (my isp can provide dhcp or bootp) then I can telnet to
  41. > > any hosts now.
  42. >
  43. >I've tried this way, too. But I always get an error message and Kermit
  44. >complains, that it can not resolve the site called for; thereafter
  45. >the PPP link is broken as I wrote. BTW: My isp doesn't provide neither
  46. >bootp nor dhcp.
  47. >
  48. Since your isp does not provide bootp or dhcp, you need to set
  49. the following before make the connection:
  50.  
  51. set port tcp nnn.nnn.nnn (the host that you want to connect)
  52.  
  53. and
  54.  
  55. set tcp primary nnn.nnn.nnn.nnn (Your ISP primary DNS ip addr)
  56. set tcp sub 255.255.255.0
  57. set tcp broadcast 255.255.255.255
  58.  
  59. set tcp addr nnn.nnn.nnn.nnn (Your local ip addr, which can be
  60. obtained thru pppmenu)
  61.  
  62. ...SAM
  63.  
  64. >Bye, Thomas.
  65. >
  66. >-- 
  67. >********** Thomas  Pothmann *********
  68. >**  sl0528@aixrs1.hrz.uni-essen.de **
  69. >
  70. >
  71.  
  72. ===========================================================================
  73. SAM, Chi-Kin (Mr.) at Hermes Electronics Technology Co. in MACAU
  74. Tel: +(853)963609  Fax: +(853)511456   PGP key: http://macau.ctm.net/~cksam
  75. e-mail: cksam@macau.ctm.net  Mailing-addr.: P.O.Box 831, Macau, South CHINA
  76. ===========================================================================